Fix subdir ordering
authorMatthias Clasen <matthiasc@src.gnome.org>
Thu, 29 Nov 2007 23:54:23 +0000 (23:54 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 29 Nov 2007 23:54:23 +0000 (23:54 +0000)
svn path=/trunk/; revision=19091

ChangeLog
gtk/Makefile.am

index 20b0d2b10f9046e9cac2f8e0740a9fdb90201555..48b12af85629f7027e82f584ea979650cf0cc3ec 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-11-29  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/Makefile.am: Fix ordering of subdirs.
+
 2007-11-28  Tor Lillqvist  <tml@novell.com>
 
        A proper build of GNU libintl is supposed to export the variable
index 91b712984af4e04aee9bc9ed70d695dde111b613..e960a07fba316dc5cc7122322b61d8e8dc443658 100644 (file)
@@ -1,13 +1,14 @@
 # Makefile.am for gtk+/gtk
 include $(top_srcdir)/Makefile.decl
 
-SUBDIRS = theme-bits . tests
+xdgmimedir =
 
 if OS_UNIX
-SUBDIRS += xdgmime
+xdgmimedir += xdgmime
 GTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f"
 endif
 
+SUBDIRS = theme-bits $(xdgmimedir) . tests
 DIST_SUBDIRS=theme-bits xdgmime
 
 if HAVE_CUPS